You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.MeanCols Method
Dew Math for .NET
ContentsIndexHome
Example
var A: Matrix; res: Vector; begin A.SetIt(2,2,false,[1,5, -3,6]); A.MeanCols(Res); // res = (-1.0, 5.5) //or Res := MeanCols(A); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.